DSV API POE

(0 reviews)

Request Attributes

Y – Required (Must be set in the input)
O – Optional (May be sent in addition to required fields).


/getStatus


Request Parameters

Method: POST

Content-Type: application/json

Body :

ObjectChild ObjectAttributeTypeRequiredPossible ValuesDescription
pageSetstartIndexNumberODefault 1This attribute enables the pagination. Helps to fetch the records starting with specific Index value
pageSetrecordSizeNumberODefault 500Controls the number of records to be retrieved per page. Max allowed value is 500 per request
bookingsRequestsourceXmlBookingIdStringYDistributor Xml Reference ID
bookingsRequestsourceProfileIdNumberOUnique distributor source profile id generated at WIPS
bookingsRequestciscoCreatedStringOY/NFilter to control whether cisco created internal bookings to be included in API response or not. Default Values is N
bookingsRequestbookingsSearchCriteriadistiSONumberStringYSupports Multiple values in one request and the data has to be in different array
bookingsRequestbookingsSearchCriteriadistiSOLineNumberStringOSupports Multiple values in one request and the data has to be in different array
bookingsRequestbookingsSearchCriteriaresellerPONumberStringOSupports Multiple values in one request and the data has to be in different array
bookingsRequestbookingsSearchCriteriadealIDStringOSupports Multiple values in one request and the data has to be in different array
bookingsRequestbookingsSearchCriteriaserviceQuoteStringOSupports Multiple values in one request and the data has to be in different array

/getDetails


Request Parameters

Method: POST

Content-Type: application/json

Body :

ObjectAttributeTypeRequiredPossible ValuesDescription
pageSetstartIndexNumberODefault 1This attribute enables the pagination. Helps to fetch the records starting with specific Index value
pageSetrecordSizeNumberODefault 500Controls the number of records to be retrieved per page. Max allowed value is 500 per request
bookingsDetailRequestsourceXmlBookingIdStringYDistributor Xml Reference ID
bookingsDetailRequestsourceProfileIdNumberOUnique distributor source profile id generated at WIPS
bookingsDetailRequestciscoCreatedStringOY/NFilter to control whether cisco created internal bookings to be included in API response or not. Default Values is N
bookingsDetailRequestdistiSONumberStringYSupports only one value in a request call
bookingsDetailRequestciscoStandardPartNumberStringOSupports only one value in a request call
bookingsDetailRequestdealIDStringOSupports Multiple values in one request and the data has to be in different array

/searchDSV


Request Parameters

Method: POST

Content-Type: application/json

Body :

ObjectAttributeTypeRequiredPossible ValuesDescription
pageSetstartIndexNumberODefault 1This attribute enables the pagination. Helps to fetch the records starting with specific Index value
pageSetrecordSizeNumberOMax 500Controls the number of records to be retrieved per page. Max allowed value is 500 per request
bookingsRequestsourceXmlBookingId OR sourceProfileIdsourceXmlBookingId (String) sourceProfileId (Number)YUnique distributor source profile id generated at WIPS
bookingsRequestbatchIdNumberOSupports only one value in a request call
bookingsRequestsubmissionIdNumberOSupports only one value in a request call
bookingsRequestdistiSONumberStringO["123","124","125"]Supports max of 5 items with comma seaprated in the array
bookingsRequestdistiSOLineNumberStringOSupports only one value in a request call
bookingsRequestsubmissionFromStringOSupports only one value in a request call, SubmissionFrom and submissionTo should not be > 90 days
bookingsRequestsubmissionToStringOSupports only one value in a request call
bookingsRequestpostedFromStringOSupports only one value in a request call, postedFrom and postedTo should not be > 90 days
bookingsRequestpostedToStringOSupports only one value in a request call
bookingsRequestdealIDStringOSupports only one value in a request call
bookingsRequestciscoCreatedStringOY or NFilter to control whether cisco created internal bookings to be included in API response or not. Default fetches both Y and N flag
bookingsRequestmagicKeyStringOSupports only one value in a request call. Supports prefix based search as well
bookingsRequestdistiPoToCiscoStringOSupports only one value in a request call
bookingsRequestresellerCountryStringOSupports only one value in a request call. submissionFrom and submissionTo should be provided
bookingsRequeststatusStringOEg: "INVALID", "POSTED", "CANCELLED","CLOSED"Supports only one value in a request call
bookingsRequestdsvUniqueIdNumberOSupports only one value in a request call
bookingsRequestreportedDealIdStringOSupports only one value in a request call
bookingsRequestpromoNumberStringOSupports only one value in a request call
bookingsRequestserviceQuoteStringOSupports only one value in a request call
bookingsRequestresellerPONumberStringOSupports only one value in a request call
bookingsRequestciscoStandardPartNumberStringOSupports only one value in a request call

Reviews